build/win32: Fix 'make -jN dist'
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 23 Sep 2015 10:31:22 +0000 (18:31 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 23 Sep 2015 10:31:22 +0000 (18:31 +0800)
commit975e1cc41c8fbb752991c269fbfe9569aebf996f
tree1b8cb1f28c14ab6876f44fde406ec1f0777f90db
parent86c75f36ed638add97f6050cf6d969911bea3491
build/win32: Fix 'make -jN dist'

The recent changes to build/win32/vs9|10/Makefile.am fixed 'make distclean'
but broke 'make -jN dist', so fix that by listing the *.headers and using
that list as a dependency and to remove those files in one single command
right after we generate the gtk-install.vsprops template, so that we don't
have to worry about them in 'make distclean'.
build/win32/vs10/Makefile.am
build/win32/vs9/Makefile.am